github.com/klauspost/compress/zstd.encoderOptions.dict (field)
18 uses
github.com/klauspost/compress/zstd (current package)
dict.go#L239: dict: &d,
encoder.go#L81: if e.o.concurrentBlocks && (e.o.dict != nil || e.o.concurrent <= 1) {
encoder.go#L148: s.encoder.Reset(e.o.dict, false)
encoder.go#L167: hadDict := e.o.dict != nil
encoder.go#L173: hasDict := e.o.dict != nil
encoder.go#L326: DictID: e.o.dict.ID(),
encoder.go#L765: DictID: e.o.dict.ID(),
encoder.go#L776: enc.Reset(e.o.dict, true)
encoder.go#L783: if e.o.dict == nil {
encoder.go#L802: enc.Reset(e.o.dict, false)
encoder.go#L845: if e.o.dict != nil {
encoder_options.go#L32: dict *dict
encoder_options.go#L54: if o.dict != nil {
encoder_options.go#L60: if o.dict != nil {
encoder_options.go#L65: if o.dict != nil {
encoder_options.go#L388: o.dict = d
encoder_options.go#L403: o.dict = &dict{id: id, content: content, offsets: [3]int{1, 4, 8}}
encoder_options.go#L412: o.dict = nil
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |